updateSchedule

open fun updateSchedule(    id: String,     closure: (in AutomationScheduleData) -> AutomationScheduleData,     $completion: Continuation<in AutomationScheduleData>): Any